home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- baRegister("Robert Ellison", 3240391)
- fileExist = 0
- comLine = baCommandArgs()
- fileExist = baFileExists(the pathname & comLine & ".*")
- if fileExist = 1 then
- if comLine <> EMPTY then
- go(1, comLine)
- end if
- else
- message = "Movie " & comLine & " could not be found!"
- alert(message)
- end if
- if (comLine = EMPTY) or (comLine = VOID) then
- alert("This program is called from within Cool Edit 2000, and is not intended to be run directly.")
- end if
- end
-